home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / web2c.alloca.help < prev    next >
Text File  |  1994-08-09  |  574b  |  15 lines

  1. This is ftp.cs.umb.edu:pub/tex/web2c.alloca.help.
  2.  
  3. I mistakenly declared alloca in web2c-6.1/web2c/web2c/web2c.h.
  4. This should never be necessary. Here is a patch that deletes the
  5. declaration.
  6.  
  7. *** ./web2c-6.1/web2c/web2c/ORIG/web2c.h    Fri May 14 14:20:49 1993
  8. --- ./web2c-6.1/web2c/web2c/web2c.h    Mon Aug  8 12:23:34 1994
  9. *************** extern void find_next_temp(), normal(), 
  10. *** 57,59 ****
  11.   extern void semicolon(), remove_locals(), mark(), initialize();
  12.   extern int add_to_table(), search_table(), yyerror(), yylex(), yyparse();
  13. - extern void *alloca();
  14. --- 57,58 ----
  15.